CxBssEditor Object
The CxBssEditor object is a dialog box-based editor for the Blob Storage Service (BSS). Declare the object using the following code:
|
CreateObject("CxEditors.CxBssEditor") |
Each method in this document will assume you have declared and connected the CxBssEditor object using the following code:
|
Dim BssEditor Set BssEditor = CreateObject("CxEditors.CxBssEditor") BssEditor.Connect("CYGDEMO.BSS") |
More:


